home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Corel Customer Service</title>
- <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
- <meta http-equiv="MSThemeCompatible" content="yes" />
- <link href="ccc.css" type="text/css" rel="STYLESHEET" />
- <script src="ccc.js"></script>
- <script language="javascript">
- <!--
- var aData = new Array(
- "North America;800-772-6735",
- "U.K.;0800 376 9271",
- "Europe- if country is not listed separately;+44 (0) 1628 581601",
- "Argentina;0800-666-1451",
- "Austria;0800 677 027",
- "Australia;1-800-658-850",
- "Belgium (Dutch);0800 49 861",
- "Belgium (French);0800 49 860",
- "Brazil;0800-891-8997",
- "Czech Republic and Slovakia;420 224 239 645",
- "China;1-0800-610-2323",
- "Colombia;01-800-518-0154",
- "Denmark;80 882 219",
- "Finland;0-800-1-16331",
- "France;0805 639 920",
- "Germany;0800 101 6079",
- "Hong Kong;800-964-514",
- "Hungary;361 481 2160",
- "Indonesia;001-803-61-539",
- "Ireland;1800 992 911",
- "Israel;44 1628 581601",
- "Italy;800 986 250",
- "Japan;(03) 5977-3793",
- "Luxembourg;44 1628 581601",
- "Malaysia;1-800-80-7895",
- "Mexico;001800-514-9196",
- "Netherlands;0800 020 3700",
- "New Zealand;0508-COREL-1",
- "Norway;800 10972",
- "Poland;48 71 347 7279",
- "Portugal;44 1628 581601",
- "Singapore;800-6161-853",
- "South Africa;0800 992 570",
- "South Korea;82 2 392 4198",
- "Spain;800 098 125",
- "Sweden;0200 885 065",
- "Switzerland (German);0800 000 787",
- "Switzerland (French);0800 000 786",
- "Taiwan;0-0801-61-1411"
- );
-
- function FillData()
- {
- for (i = 0; i < aData.length; i++)
- {
- var oOption;
- var ssData = aData[i].split(";");
-
- oOption = document.createElement("OPTION");
- cmbRegion.options.add(oOption);
-
- oOption.innerText = ssData[0];
- oOption.value = i;
- }
-
- cmbRegion.selectedIndex = 0;
- showCustomerServiceInfo();
- cmbRegion.setActive();
- }
-
- function showCustomerServiceInfo()
- {
- if (cmbRegion.selectedIndex >= 0)
- {
- var ssData = aData[cmbRegion.selectedIndex].split(";");
-
- dataLabel.innerText = ssData[0];
- dataPhone.innerText = ssData[1];
- }
- }
- -->
- </script>
- <div id="pcu_data" style="DISPLAY: none">
- PageDimension:700,440
- </div>
- </head>
- <body onload="FillData()" oncontextmenu="event.returnValue=false">
- <table align="center" height="100%">
- <tr height="120px">
- <td width="565px" style="background:url(images/contact_us.jpg) no-repeat; vertical-align:middle">
- <span style="color:white;font-size:13px;font-weight:bold;">
- Corel Customer Service Phone Numbers
- </span>
- </td>
- </tr>
- <tr>
- <td>
- <br />
- <br />
- <label accesskey="S" for="cmbRegion"><u>S</u>elect your region:</label>
- <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
- </select>
- <br />
- <br />
- <br />
- <table width="620" border="0">
- <tr>
- <td width="275">Region</td>
- <td width="142">Phone Number</td>
- <td width="189"> </td>
- </tr>
- </table> </td>
- </tr>
- <tr>
- <td>
- <table width="620px" bordercolor="gray" border="1">
- <tr height="20px">
- <td id="dataLabel" style="width: 40%">
- </td>
- <td id="dataPhone" style="width: 50%">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr height="100%" valign="top">
- <td height="100%">
- <p><br />
- </p>
- <p><font size="-1">For a complete list of Corel Customer Service phone numbers, please visit
- <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a> <br />
- </font><br />
- </p></td>
- </tr>
- <tr>
- <td align="center">
- <button type="submit" accesskey="C" onclick="location='pcucmd://Cancel?confirm=no'"><u>C</u>lose</button>
- </td>
- </tr>
- </table>
- </body>
- </html>
-